home *** CD-ROM | disk | FTP | other *** search
/ Programmer Power Tools / Programmer Power Tools.iso / progjrn / pj_7_6.arc / WINDEV.ARC / WINAUX.DEF < prev    next >
Text File  |  1988-12-04  |  360b  |  23 lines

  1. ; Winaux definition file
  2. ; Written by William S. Hall
  3. ;
  4. NAME    Winaux
  5.  
  6. DESCRIPTION 'Simple debugging tool for Windows'
  7.  
  8. STUB 'Winstub.exe'
  9.  
  10. HEAPSIZE    4096
  11. STACKSIZE    4096
  12.  
  13. CODE    MOVEABLE
  14. DATA    MOVEABLE MULTIPLE
  15.  
  16. SEGMENTS
  17.     _WINAUXRS PRELOAD MOVEABLE
  18.     _WINAUXNT PRELOAD MOVEABLE DISCARDABLE
  19.  
  20. EXPORTS
  21.     MainWndProc    @1
  22.     AboutBoxProc @2
  23.